home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.smallbiz1.tem.STYLE1.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.5 KB  |  162 lines

  1. ∩╗┐@import url(layout.css);
  2. body {
  3.     color: #000;
  4.     font-size: small;
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;
  6.     font-style: normal;
  7.     background-color: #abc;
  8. }
  9. #container {
  10.     width: 670px;
  11.     margin: 0 auto;
  12.     background: #fff url(../images/bkgd_tile.gif) top;
  13.     background-repeat: repeat-y;
  14. }
  15. #masthead {
  16.     text-align: right;
  17.     margin-right: 10px;
  18.     margin-left: 10px;
  19.     width: 650px;
  20.     padding: 0;
  21.     background-color: #cde;
  22. }
  23. #navigation {
  24.     margin-right: 10px;
  25.     margin-left: 10px;
  26.     background-color: #d3d3d3;
  27.     overflow: hidden;
  28. }
  29. #column_l {
  30.     width: 420px;
  31.     margin: 0 0 0 10px;
  32.     padding: 0 10px 10px 10px;
  33. }
  34. #column_r {
  35.     width: 193px;
  36.     margin: 0;
  37.     float: right;
  38.     background-color: #eef;
  39.     position: relative;
  40.     right: 10px;
  41.     padding-right: 5px;
  42.     padding-left: 5px;
  43. }
  44. #footer {
  45.     text-align: center;
  46.     background-color: #89a;
  47.     margin-right: 10px;
  48.     margin-left: 10px;
  49.     overflow: hidden;
  50.     padding: 2px;
  51. }
  52. /* Styles for Masthead */
  53. #masthead img {
  54.     float: left;
  55. }
  56. #masthead p {
  57.     color: #000;
  58.     font-size: x-small;
  59.     text-align: right;
  60.     margin: 10px 10px 0 10px;
  61. }
  62. /* Styles for Navigation */
  63. #navigation ul {
  64.     list-style-type: none;
  65.     width: 100%;
  66.     margin: 0;
  67.     padding: 0;
  68. }
  69. #navigation li {
  70.     float: left;
  71. }
  72. #navigation a {
  73.     color: #000;
  74.     text-decoration: none;
  75.     margin: 0 1px;
  76.     padding: 5px;
  77.     display: block;
  78.     border: 1px solid #d3d3d3;
  79. }
  80. #navigation a:hover {
  81.     background-color: #f2f2f2;
  82.     border: 1px solid #f2f2f2;
  83. }
  84. /* Styles for Content */
  85. h1 {
  86.     color: #965;
  87.     font-size: 2.0em;
  88. }
  89. h2 {
  90.     color: #965;
  91.     font-size: 1.75em;
  92. }
  93. h3 {
  94.     color: #965;
  95.     font-size: 1.5em;
  96. }
  97. h4 {
  98.     color: #965;
  99.     font-size: 1.25em;
  100. }
  101. h5 {
  102.     color: #965;
  103.     font-size: 0.75em;
  104. }
  105. h6 {
  106.     color: #965;
  107.     font-size: 0.5em;
  108. }
  109. big {
  110.     color: #965;
  111.     font-size: medium;
  112. }
  113. #column_r p {
  114.     color: #000;
  115.     font-size: x-small;
  116.     text-align: left;
  117.     margin: 0;
  118.     padding: 5px;
  119. }
  120. #column_r h4 {
  121.     margin-bottom: 0;
  122. }
  123. #column_r ul {
  124.     margin-left: 5px;
  125.     padding-top: 0;
  126.     padding-left: 10px;
  127. }
  128. #column_r ul li {
  129.     font-size: x-small;
  130.     display: list-item;
  131.     list-style-position: outside;
  132. }
  133. /* Styles for Footer */
  134. #footer p {
  135.     color: #fff;
  136.     font-size: x-small;
  137.     margin-top: 2px;
  138.     margin-bottom: 6px;
  139. }
  140. #footer a {
  141.     color: #fff;
  142.     text-decoration: underline;
  143. }
  144. #footer a:hover {
  145.     color: #000;
  146.     text-decoration: none;
  147. }
  148. /* Styles for Links */
  149. a {
  150.     color: #456;
  151.     text-decoration: underline;
  152. }
  153. a:hover {
  154.     color: #965;
  155.     text-decoration: underline;
  156. }
  157. .style_bold {
  158.     font-weight: bold;
  159. }
  160. .style_italic {
  161.     font-style: italic;
  162. }